T
The desired measurement type.
Keysight Pathwave 89600 VSA .NET API
SetMeasurementExtension<T>() Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Measurement Class > SetMeasurementExtension Method : SetMeasurementExtension<T>() Method


Glossary Item Box

Changes the current measurement to the indicated type (if necessary) and returns an appropriately typed handle to the extension object.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function SetMeasurementExtension(Of T As MeasurementExtension)() As T
C# 
public abstract T SetMeasurementExtension<T>()
where T: MeasurementExtension
C++/CLI 
public:
abstract T^ SetMeasurementExtensiongeneric<typename T>
(); 
where T: MeasurementExtension

Type Parameters

T
The desired measurement type.

Return Value

A correctly typed handle to the requested extension object. If the requested measurement type is not available, an exception is thrown. In this case, the previous measurement type is left unchanged.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also